The color to use for the flat surfaces of a control.
shared ControlColor() as EinhugurMacOSBridge.NSColorThe system color used for the flat surfaces of a control. By default, the control color is a pattern color that will draw the ruled lines for the window background, which is the same as returned by windowBackgroundColor.
If you use controlColor assuming that it is a solid, you may have an incorrect appearance. You should use lightGrayColor in its place.